home *** CD-ROM | disk | FTP | other *** search
/ Mission 3 / Mission 3.zip / Mission 3.iso / texte / 7up_pd / language.h < prev    next >
Text File  |  1998-10-29  |  2KB  |  85 lines

  1. #ifndef ENGLISH
  2.  
  3. #define NAMENLOS "NAMENLOS"
  4.  
  5. #define EMPTYTRASH "Datei aus dem Müll holen"
  6.  
  7. #define SONNTAG    "Sonntag"
  8. #define MONTAG     "Montag"
  9. #define DIENSTAG   "Dienstag"
  10. #define MITTWOCH   "Mittwoch"
  11. #define DONNERSTAG "Donnerstag"
  12. #define FREITAG    "Freitag"
  13. #define SONNABEND  "Sonnabend"
  14. #define MIT_SHIFT  "_mit ⇧"
  15. #define OHNE_SHIFT "_ohne ⇧"
  16.  
  17.  
  18. #define KHILFE   "Hilfe"
  19. #define KABBRUCH "Abbruch"
  20. #define KNEIN    "Nein"
  21.  
  22. #define SUCHE_SEITE "Seite suchen"
  23. #define SEITE_____  "Seite:"
  24. #define SUCHE_ZEILE "Zeile suchen"
  25. #define ZEILE_____  "Zeile:"
  26.  
  27. #define KOMMANDO    "Kommando: "
  28. #define PRESSANYKEY "\r\n-Bitte Taste drücken-"
  29.  
  30. #define MARKE_SETZEN "Marke setzen"
  31. #define SUCHE_MARKE  "Marke suchen"
  32.  
  33. #define BENUTZER "BENUTZER: "
  34.  
  35. #define BLOCKINFO "Blockinformation"
  36. #define DATEIINFO "Dateiinformation"
  37.  
  38. #define CALCLOCKMSG "\"Meldung von CALCLOCK: Druckauftrag erhalten.\""
  39.  
  40. #define PICKFILES "  %d Dateien"
  41. #define PICKFILESSELECTED "  %d Dateien, 1 Datei selektiert"
  42.  
  43. #else
  44.  
  45. #define NAMENLOS "NONAME"
  46.  
  47. #define EMPTYTRASH "Pick file from trash"
  48.  
  49. #define SONNTAG    "Sunday"
  50. #define MONTAG     "Monday"
  51. #define DIENSTAG   "Tuesday"
  52. #define MITTWOCH   "Wednesday"
  53. #define DONNERSTAG "Thursday"
  54. #define FREITAG    "Friday"
  55. #define SONNABEND  "Saturday"
  56. #define MIT_SHIFT  "with ⇧"
  57. #define OHNE_SHIFT "no ⇧"
  58.  
  59. #define KHILFE   "Help"
  60. #define KABBRUCH "Cancel"
  61. #define KNEIN    "No"
  62.  
  63.  
  64. #define SUCHE_SEITE "Goto page"
  65. #define SEITE_____  "Page:"
  66. #define SUCHE_ZEILE "Goto line"
  67. #define ZEILE_____  "Line:"
  68.  
  69. #define KOMMANDO "Command: "
  70. #define PRESSANYKEY "\r\n-Press any key to continue-"
  71.  
  72. #define MARKE_SETZEN "Set mark"
  73. #define SUCHE_MARKE  "Goto mark"
  74.  
  75. #define BENUTZER "USER: "
  76.  
  77. #define BLOCKINFO "Block information"
  78. #define DATEIINFO "File  information"
  79.  
  80. #define CALCLOCKMSG "\"Message from CALCLOCK: printjob received.\""
  81.  
  82. #define PICKFILES "  %d files"
  83. #define PICKFILESSELECTED "  %d files, 1 file selected"
  84.  
  85. #endif